home *** CD-ROM | disk | FTP | other *** search
/ Directorty Opus 5 - Magellan / Opus 5 - Magellan.iso / Archiv / HTML_dopus5.readme < prev    next >
Text File  |  1996-07-06  |  3KB  |  92 lines

  1. Short:    Load HTML documents with Dopus 5.11 or 4.12 into AWeb.
  2. Author:   crown@cybercomm.nl
  3. Uploader: crown@cybercomm.nl
  4. Version:  1.1
  5. Type:     biz/dopus
  6. Replaces: biz/dopus/HTML.dopus5*
  7.  
  8. Load HTML documents with Dopus 5.11 or 4.12 into AWeb.
  9.  
  10.  
  11. Description:
  12. ¯¯¯¯¯¯¯¯¯¯¯¯
  13. Arexx script to start AWeb if not present and
  14. load selected HTML-document from dopus.
  15.  
  16.  
  17. Requirements:
  18. ¯¯¯¯¯¯¯¯¯¯¯¯¯
  19. Directory Opus V4.12 or V5.11 (© by Jonathan Potter & GPSoftware)
  20. AWEB V1.3                     (© 1996 by Yvon Rozijn)
  21.  
  22.  
  23. Installation Dopus V5.11:
  24. ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  25. 1) Copy HTML.dopus5 to Dopus5:arexx/
  26. 2) Edit HTML.dopus5, change the path to AWeb and the config file to use.
  27. 3) Create new filetype: "Match Name: #?.html"
  28.    Select Double-click enter: "ARexx > DOpus5:ARexx/HTML.dopus5 {f}"
  29. 4) Select: "No file quote" at the flags-window.
  30.  
  31. or just create a button to start the script.
  32.  
  33.  
  34. Installation Dopus V4.12:
  35. ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  36. 1) Copy HTML.dopus5 to RexxC: or Rexx:
  37.  
  38. 2) Edit HTML.dopus5; Change the path to your location of AWeb.
  39.    (Normally AmiTCP:Aweb/Aweb which is the default setting.)
  40.  
  41. 3) Create new FILETYPE.
  42.  
  43.   3.1) Under the `New Filetype' menu, select `Text document, IFF FTXT'.
  44.  
  45.   3.2) It will tell you that there is already a Filetype with that name,
  46.        just hit OKAY. It will pop into the fileclass editor window.
  47.  
  48.   3.3) Click the EDIT CLASS button and change the File Class string to
  49.        HTML Document and the Class ID string to HTML. Then click on the
  50.        entry in the lower window and change the MATCH to MATCHNAME from
  51.        the list of identification commands. Then type in #?.HTML on the
  52.        line. Then hit OK and it will go back to the main edit window.
  53.  
  54. 4) Click, in the EVENTS window `ACTION Double-Click'.
  55.    Click NEW ENTRY. Then click on the cycle gadget till you get to
  56.    AMIGADOS. Type in RX REXX:HTML.dopus5 {f}
  57.  
  58.    (I think I read somewhere once that there was a bug in the AREXX
  59.     command that wouldn't let you use the {f} type commands, well I had
  60.     that problem anyway, so you have to execute RX first.)
  61.  
  62. 5) Under the FLAGS list, select CD SOURCE and NO FILENAME QUOTE.
  63.  
  64. 6) Hit OKAY, then it will pop back to the main window. Hit OKAY again,
  65.    then save the new prefs.
  66.  
  67. Thanks to R. Sullivan <iflab@cycor.ca>, for the V4.12 Installation.
  68. -------------------------------------------------------------------
  69.  
  70.  
  71. COPYRIGHT © 1996 - crown
  72. ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  73. This program is copyrighted to me.
  74. Everybody may use this program as long as:
  75.  
  76.  * Sending me an email at "crown@cybercomm.nl" telling that you are
  77.    using this program, when you find it useful.
  78.  
  79.  * You use it at your own risk.
  80.  
  81.  
  82. ============================= Archive contents =============================
  83.  
  84. Original  Packed Ratio    Date     Time    Name
  85. -------- ------- ----- --------- --------  -------------
  86.     1151     527 54.2% 01-Jan-80 00:51:32  HTML.dopus5
  87.     2651    1270 52.0% 28-Jun-96 12:59:18  HTML.dopus5.readme
  88.     1544     670 56.6% 01-Jan-80 00:39:16  AWeb-WB.prefs
  89.      131     103 21.3% 01-Jan-80 00:59:22  AWeb-WB.prefs.readme
  90. -------- ------- ----- --------- --------
  91.     5477    2570 53.0% 28-Jun-96 13:35:28   4 files
  92.